home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 11 Exotic Applications / ASCII.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1991-07-26  |  1.8 KB  |  41 lines

  1. TRUE_PET.EXE reads a True ASCII source file and creates a destination file 
  2. with all alpha characters changed to their PET ASCII codes as used in 
  3. Commodore 8-bit computers.  Punctuation and other special codes are not 
  4. changed.  Note that some True ASCII symbols, such as curly braces, will be 
  5. different when used in a PET ASCII system. 
  6.  
  7. PET_TRUE.EXE reads a PET ASCII source file and creates a destination file with 
  8. all alpha characters changed to their True ASCII codes.  Punctuation and other 
  9. special codes are not changed.  Note that some PET ASCII symbols, such as the 
  10. British "pound" sign, will be different when used in a True ASCII system. 
  11.  
  12. For both file, you can specify both source and destination file names on the 
  13. command line:
  14.  
  15. C:\> TRUE_PET  truefile.txt petfile.txt
  16.  
  17. Or, you can just type the program name and you'll be prompted for the file 
  18. names.  Drives and paths can be included in the file names.  The programs will 
  19. prompt for your okay to overwrite if the destination file name is in use.
  20.  
  21. The programs are written in C, and source is included in this archive.  The 
  22. .EXE files were compiled with MSC 6.01.
  23.  
  24. Executables and source are copyright 1991, Geoduck Developmental Systems and 
  25. Noel Nyman.  They are released to the public domain and may be freely copied 
  26. and distributed, but are not to be sold (except for a nominal fee for disk 
  27. copying and handling).
  28.  
  29. If you make interesting modifications to the source or have serious problems 
  30. with the files, I'd be interested in your comments.  There is no warranty 
  31. expressed or implied that these programs will work on your system.  They do 
  32. work on mine and several others as well.
  33.  
  34.  
  35. Noel Nyman           July, 1991
  36. PO Box 58587
  37. Seattle WA  98138
  38. USA
  39.                              
  40.  
  41.